internal/runtime/maps.Iter.group (field)

18 uses

	internal/runtime/maps (current package)
		table.go#L669: 	group groupReference
		table.go#L698: 	it.group = groupSmall
		table.go#L756: 	it.group = groupReference{}
		table.go#L789: 			elem := it.group.elem(it.typ, slotIdx)
		table.go#L828: 			if (it.group.ctrls().get(k) & ctrlEmpty) == ctrlEmpty {
		table.go#L833: 			key := it.group.key(it.typ, k)
		table.go#L850: 						elem = it.group.elem(it.typ, k)
		table.go#L862: 				elem = it.group.elem(it.typ, k)
		table.go#L964: 		if slotIdx == 0 || it.group.data == nil {
		table.go#L970: 			it.group = it.tab.groups.group(it.typ, groupIdx)
		table.go#L973: 		if (it.group.ctrls().get(slotIdx) & ctrlEmpty) == 0 {
		table.go#L976: 			key := it.group.key(it.typ, slotIdx)
		table.go#L995: 				elem = it.group.elem(it.typ, slotIdx)
		table.go#L1032: 			if slotIdx == 0 || it.group.data == nil {
		table.go#L1038: 				it.group = it.tab.groups.group(it.typ, groupIdx)
		table.go#L1042: 				groupMatch = it.group.ctrls().matchFull()
		table.go#L1069: 			key := it.group.key(it.typ, slotIdx)
		table.go#L1110: 				elem = it.group.elem(it.typ, slotIdx)